home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / FinderFlocks / FinderFun / FinderFun.h < prev    next >
C/C++ Source or Header  |  1996-06-23  |  813b  |  23 lines

  1. #include "AppleEventUtilities.h"
  2. #include "AERegistry.h"
  3. #include "AEObjects.h"
  4. #include "FinderRegistry.h"
  5. #include "Exceptions.h"
  6.  
  7.  
  8. void FindPSNbyTypeAndSig(ProcessSerialNumber* psn, OSType type, OSType sig);
  9. TDescriptor GetAddressOfFinder(void);
  10. TDescriptor MakeSpecifierForFrontWindow(void);
  11. TDescriptor MakeSpecifierForIndexedItem(DescType desiredClass, long index, TDescriptor ofSpecifier);
  12. TDescriptor MakeSpecifierForPropertyOfSpecifier(DescType property, TDescriptor ofSpecifier);
  13. long CountItemsInContainer(DescType desiredClass, TDescriptor inContainer, TDescriptor target);
  14.  
  15.  
  16.  
  17.  
  18. void GetFrontWindowInfo(long *num, Point *windPosition, Rect *windRect, long *viewType);
  19. OSErr GetFinderItemInfo(short item, Handle *theBits, Handle *theMaskBits, Point *position);
  20. OSErr GatherFinderInfo(short maxItems);
  21.  
  22.  
  23.